projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1823349
)
* package-vc.el (package-vc-fetch): Autoload it
author
Philip Kaludercic
<philipk@posteo.net>
Fri, 12 Aug 2022 15:02:20 +0000
(17:02 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Fri, 12 Aug 2022 15:02:20 +0000
(17:02 +0200)
lisp/emacs-lisp/package-vc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index 27f1c7c3b70efd5812bedb7af705b215e8b102cd..a3de07e503a23b2617a0dfbf3569f475aeb463d4 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-235,6
+235,7
@@
The output is written out into PKG-FILE."
(with-demoted-errors "Error during package update: %S"
(vc-pull))))
+;;;###autoload
(defun package-vc-fetch (name-or-url &optional name rev)
"Fetch the source of NAME-OR-URL.
If NAME-OR-URL is a URL, then the package will be downloaded from